Skip to content

test(api): verify async service layer mocking for resume upload route#8039

Open
ThePriyanuj wants to merge 2 commits into
JhaSourav07:mainfrom
ThePriyanuj:test/issue-6806-resume-mock-integrations
Open

test(api): verify async service layer mocking for resume upload route#8039
ThePriyanuj wants to merge 2 commits into
JhaSourav07:mainfrom
ThePriyanuj:test/issue-6806-resume-mock-integrations

Conversation

@ThePriyanuj

Copy link
Copy Markdown
Contributor

Closes #6806

@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label Jul 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚨 Hey @ThePriyanuj, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

Please fix the issues before this can be reviewed. Here's how:

1. Run checks locally before pushing:

npm run format:check   # Check Prettier formatting
npm run lint           # Run ESLint
npm run typecheck      # TypeScript type check
npm run test           # Run unit tests (Vitest)
npm run build          # Verify production build passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

@ThePriyanuj

Copy link
Copy Markdown
Contributor Author

Hi @JhaSourav07, my 5 mock integration tests for the resume upload route are passing perfectly. However, the CI pipeline is failing due to two unrelated tests (proxy.accessibility.test.ts and HistoricalTrendView.empty-fallback.test.tsx) failing on the base branch. Could you take a look when you have a moment, or let me know if you'd like me to attempt a fix for those separate issues?

@Aamod007 Aamod007 added level:intermediate Moderate complexity tasks quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:testing Adding, updating, or fixing tests mentor:Aamod007 labels Jul 15, 2026

@Aamod007 Aamod007 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI checks (Format / Lint / Typecheck / Test) are currently failing and the PR is marked as blocked. Please fix the failing checks so we can proceed with the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

level:intermediate Moderate complexity tasks mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. status:blocked This PR is blocked due to a failing CI check. type:testing Adding, updating, or fixing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(ApiStudentResumeUploadRoute-mock-integrations): verify Asynchronous Service Layer Mocking & Local Cache Stubs (Variation 9)

2 participants